home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python151_Src.lha / Python1.5_Source / Modules / SMAKEFILE < prev    next >
Text File  |  1998-12-24  |  4KB  |  106 lines

  1.  
  2. OBJECTS = main.o config.o getpath.o environment.o amigamodule.o \
  3.         regexpr.o arraymodule.o structmodule.o stropmodule.o \
  4.         mathmodule.o regexmodule.o newmodule.o soundex.o \
  5.         timemodule.o binascii.o md5module.o md5c.o rotormodule.o \
  6.     operator.o cmathmodule.o errnomodule.o pcremodule.o \
  7.     timingmodule.o cStringIO.o cPickle.o pypcre.o \
  8.     pwdmodule.o grpmodule.o cryptmodule.o syslogmodule.o socketmodule.o selectmodule.o \
  9.     ARexxmodule.o Doslibmodule.o 
  10.  
  11. Modules.lib: $(OBJECTS)
  12.     -delete >NIL: Modules.lib
  13.     oml Modules.lib a <@<
  14. $(OBJECTS)
  15. <
  16.  
  17.  
  18.  
  19. _localemodule.o : _localemodule.c
  20.  
  21. amigamodule.o : amigamodule.c
  22.  
  23. ARexxmodule.o : ARexxmodule.c
  24.  
  25. arraymodule.o : arraymodule.c protos/arraymodule_protos.h /Include/Python.h
  26.  
  27. binascii.o : binascii.c protos/binascii_protos.h /Include/Python.h
  28.  
  29. cPickle.o : cPickle.c /Include/mymath.h /Include/cStringIO.h /Include/Python.h
  30.  
  31. cStringIO.o : cStringIO.c /Include/cStringIO.h /Include/import.h /Include/Python.h
  32.  
  33. cmathmodule.o : cmathmodule.c protos/cmathmodule_protos.h /Include/mymath.h /Include/Python.h
  34.  
  35. config.o : config.c
  36.  
  37. cryptmodule.o : cryptmodule.c protos/cryptmodule_protos.h /Include/Python.h
  38.  
  39. Doslibmodule.o : Doslibmodule.c
  40.  
  41. environment.o : environment.c /Include/Python.h
  42.  
  43. errnomodule.o : errnomodule.c protos/errnomodule_protos.h /Include/Python.h
  44.  
  45. fpectlmodule.o : fpectlmodule.c /Include/Python.h
  46.  
  47. fpetestmodule.o : fpetestmodule.c /Include/Python.h
  48.  
  49. getbuildinfo.o : getbuildinfo.c macbuildno.h /Include/config.h /Include/myproto.h
  50.  
  51. getpath.o : getpath.c protos/getpath_protos.h /Include/protos.h /Include/osdefs.h /Include/Python.h
  52.  
  53. grpmodule.o : grpmodule.c protos/grpmodule_protos.h /Include/Python.h
  54.  
  55. main.o : main.c /Include/osdefs.h /Include/Python.h
  56.  
  57. mathmodule.o : mathmodule.c protos/mathmodule_protos.h /Include/mymath.h /Include/Python.h
  58.  
  59. md5c.o : md5c.c md5.h /Include/config.h
  60.  
  61. md5module.o : md5module.c protos/md5module_protos.h md5.h /Include/Python.h
  62.  
  63. newmodule.o : newmodule.c protos/newmodule_protos.h /Include/compile.h /Include/Python.h
  64.  
  65. operator.o : operator.c protos/operator_protos.h /Include/Python.h
  66.  
  67. pcremodule.o : pcremodule.c protos/pcremodule_protos.h pcre-int.h pcre.h /Include/graminit.h /Include/Python.h
  68.  
  69. pwdmodule.o : pwdmodule.c protos/pwdmodule_protos.h /Include/Python.h
  70.  
  71. pypcre.o : pypcre.c /Include/graminit.h /Include/mymalloc.h /Include/Python.h pcre-int.h pcre.h
  72.  
  73. python.o : python.c /Include/myproto.h
  74.  
  75. readline.o : readline.c /Include/Python.h
  76.  
  77. regexmodule.o : regexmodule.c protos/regexmodule_protos.h regexpr.h /Include/Python.h
  78.  
  79. regexpr.o : regexpr.c protos/regexpr_protos.h regexpr.h /Include/Python.h
  80.  
  81. resource.o : resource.c
  82.  
  83. rotormodule.o : rotormodule.c protos/rotormodule_protos.h /Include/mymath.h /Include/Python.h
  84.  
  85. selectmodule.o : selectmodule.c protos/selectmodule_protos.h /Include/myselect.h /Include/Python.h
  86.  
  87. socketmodule.o : socketmodule.c /Include/mytime.h /Include/Python.h
  88.  
  89. soundex.o : soundex.c /Include/Python.h
  90.  
  91. stropmodule.o : stropmodule.c protos/stropmodule_protos.h /Include/Python.h
  92.  
  93. structmodule.o : structmodule.c protos/structmodule_protos2.h protos/structmodule_protos1.h /Include/mymath.h /Include/Python.h
  94.  
  95. syslogmodule.o : syslogmodule.c protos/syslogmodule_protos.h /Include/Python.h
  96.  
  97. timemodule.o : timemodule.c protos/timemodule_protos.h /Include/mytime.h /Include//Include/myselect.h /Include/mymath.h /Include/Python.h
  98.  
  99. timingmodule.o : timingmodule.c protos/timingmodule_protos.h timing.h /Include/Python.h
  100.  
  101. xxmodule.o : xxmodule.c /Include/Python.h
  102.  
  103. zlibmodule.o : zlibmodule.c zlib.h /Include/Python.h
  104.  
  105. # --- DO NOT MODIFY THIS LINE -- AUTO-DEPENDS PRECEDE ---
  106.